projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26f6b48
)
More !srcdir fixes for the stylecontext test
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 Dec 2010 00:05:18 +0000
(19:05 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 Dec 2010 00:05:18 +0000
(19:05 -0500)
gtk/tests/stylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/tests/stylecontext.c
b/gtk/tests/stylecontext.c
index 54141edd99ed2e787e85ea9d37452b10ec59910e..69b9510bfd057861efd8458b5ddc0932ab7914e6 100644
(file)
--- a/
gtk/tests/stylecontext.c
+++ b/
gtk/tests/stylecontext.c
@@
-219,8
+219,8
@@
test_parse_declarations (void)
" center center, 0.8, \n"
" color-stop (0.0,#fff),\n"
" color-stop (1.0,#000))}\n",
- "* { border-image: url (\"test.png\") 3 4 3 4 stretch }",
- "* { border-image: url (\"test.png\") 3 4 3 4 repeat stretch}",
+ "* { border-image: url (\"
" SRCDIR "/
test.png\") 3 4 3 4 stretch }",
+ "* { border-image: url (\"
" SRCDIR "/
test.png\") 3 4 3 4 repeat stretch}",
"* { transition: 150ms ease-in-out }",
"* { transition: 1s linear loop }",
NULL